SeslDropDownItemTextView

Represents a text view for an item in a dropdown list. This class extends SeslCheckedTextView to provide checkable functionality.

It handles setting the appropriate font weight (regular or semibold) based on whether the item is checked, and also manages text color based on the current theme (light or dark).

Constructors

Link copied to clipboard
constructor(context: Context)
constructor(context: Context, attrs: AttributeSet)
constructor(context: Context, attributeSet: AttributeSet, defStyleAttr: Int)

Functions

Link copied to clipboard
open fun setChecked(checked: Boolean)
Sets the checked state of this view.